This API is optional, it returns if the user is within business hours (according to lock policy).
GET /rest/v1/lp-ppe-api/checkLockStatus/{{lockId}}/{{lockRequestId}}
Authorization |
Bearer {{accessToken}}
|
|
Copy Code | |
|---|---|
curl --location -g '{{protocol}}{{domain}}/rest/v1/lp-ppe-api/checkLockStatus/{{lockId}}/{{statusId}}' \ --header 'Authorization: {{token}}' | |
|
Copy Code | |
|---|---|
{
"isInLockDeskHours": true,
"isPostLockRequest": false
} | |